This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Ned Bubresteroopsi 5.Dec.03 05:47 AM a Web browser Applications Development6.0.1Windows 2000
I am trying to create new replicas from an R6.01 client to a variety of Domino Servers (various releases, mainly R5) using LotusScript. I receive the "Note Item Not Found" error when attempting to replicate between the local replica and the newly-created server replica (last line in the status bar mentions something about exchanging read marks between the databases).
If this was the only problem, I wouldn't be too concerned, however there are other side affects, such as data not replicating back from the servers to the local replica, and also issues with the replicas not stacking properly on the workspace.
Extract from local log.nsf:
Unable to open note on ServerA/ACME
v4BtBgl.nsf (NoteID = 278) to store in v4BtBgl.nsf (NoteID = 278): Note item not found
Unable to open note on ServerA/ACME
v4BtBgl.nsf (NoteID = 290) to store in v4BtBgl.nsf (NoteID = 0): Note item not found
Unable to replicate v4BtBgl.nsf: Note item not found
Unable to replicate with server ServerA/ACME: Note item not found
Example LotusScript code:
Set repDb = db.CreateReplica( strTargetServer, strFilename )
intRepFlag = db.Replicate( strTargetServer )
I have tried disabling Read marks on the database properties with little success.